home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000279_jaltman@watsun.cc.columbia.edu_Mon Aug 12 10:09:18 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1. Article: 13607 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: No percent done graphic?
  6. Date: 12 Aug 2002 02:23:50 GMT
  7. Organization: Columbia University
  8. Lines: 28
  9. Message-ID: <aj767m$ff3$1@newsmaster.cc.columbia.edu>
  10. References: <uy9bd9xd2.fsf@att.net> <uit2g973u.fsf@att.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1029119030 15843 128.59.39.2 (12 Aug 2002 02:23:50 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 12 Aug 2002 02:23:50 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13607
  16.  
  17. In article <uit2g973u.fsf@att.net>,
  18. Thomas A. Horsley <tom.horsley@att.net> wrote:
  19. : >On another possibly related invisible graphic topic: I had a script that was
  20. : >using the "askq /popup" command, and the first time I tried it, I didn't see
  21. : >any popup, but eventually I tried just typing in my password, and it worked
  22. : >fine. Subsequent runs of the script never exhibited this problem, the popup
  23. : >was visible every time I've tried it since then.
  24. : Upon further review, maybe something reproducable is going on here.
  25. : I've just realized that the color scheme of the popup seems to be
  26. : different every time I run the script. If the colors are random,
  27. : maybe it picked some that looked invisible once.
  28.  
  29. This is a bug that will be fixed in the next release.  To workaround
  30. the problem
  31.  
  32.   SET GUI DIALOGS OFF
  33.  
  34. before calling ASKQ /POPUP.  However, I wonder why you are using /POPUP
  35. in the GUI version when you could be using /GUI instead.  /GUI generates
  36. a GUI dialog instead of the console text box.
  37.  
  38.  
  39.  
  40.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  41.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  42.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  43.  kermit-support@columbia.edu               OpenSSL.
  44.